dsh-width:调节 DSH web 输入框与内容区宽度

dsh-width 是一款面向 DeepSeek Harness (DSH) web 界面的轻量级插件,旨在解决界面宽度调节问题。该插件在 DSH 的“设置”中新增“显示”页,提供两个滑杆分别用于调节内容展示区与输入框的宽度百分比。滑杆范围设为 30% 至 100%,步进 5%,默认值 100%,并配备重置按钮。调整即时生效,配置持久化保存于 `~/.dsh/settings.yaml` 文件的 `dsh-width` 节中,同时优化了会话菜单及任务列表的对齐与宽度同步。安装支持从 GitHub 或本地目录添加,需 DSH 版本 0.1.0-rc.6 及以上;rc.7 及以上版本安装后重启 w

Read More
dsh-session-state:折叠思考过程,并在输入框上方展示会话活动状态条

dsh-session-state 是一款面向 DeepSeek Harness web 的界面插件,需 DSH 版本 0.1.0-rc.7 及以上。其核心功能包括默认折叠 Think 思考块和工具调用内容,使回答直接展示;并在输入框上方提供会话活动状态条,实时统计 Think、Edit、Bash、Read 的累计次数。状态条支持展开查看各类别的具体活动明细,运行中的类别带有呼吸灯指示,并适配减少动画偏好。设置项包括 collapseThinking、collapseTools 和 statusBar,默认均为 true,持久化保存于 ~/.dsh/settings.yaml 中。安装支持从

Read More
dsh-ui-font: Customizing Fonts and Font Sizes for the DSH Web Interface

dsh-ui-font is a community plugin designed specifically for the DeepSeek Harness (DSH) web interface, aimed at resolving font style and font size adjustment issues. The plugin supports independent selection of regular text and code fonts from system-installed fonts, and provides a global font size adjustment slider ranging from -3 to +20 pixels. Its core feature includes a "crosshair selection" mode, which allows users to precisely locate and individually adjust font sizes in specific areas via mouse interaction, along with a fine-tuning list per interface plugin region. The plugin supports three customizable shortcut slots (UI capture, zoom in, zoom out) for quick operations. Setting data is persisted to the DSH server-side settings.yaml, and it is compatible with a localStorage fallback mechanism for offline or older version scenarios. Technically, it is developed based on React and does not bundle fonts.

Read More